home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / BDiamond / FnAssert.h < prev    next >
Encoding:
Text File  |  1996-12-20  |  277 b   |  13 lines  |  [TEXT/CWIE]

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. //    This file is a BDIAMOND addition.
  4. //
  5.  
  6. #ifndef __FnAssert_h__
  7. #define __FnAssert_h__
  8.  
  9. #ifdef _DEBUG
  10. void ASSERT(Boolean expression, char * lpstrMsg);
  11. #endif // _DEBUG
  12.  
  13. #endif // __FnAssert_h__